Revert bad change to route reader in Ozi.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 10 Jan 2006 21:15:00 +0000 (21:15 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 10 Jan 2006 21:15:00 +0000 (21:15 +0000)
gpsbabel/ozi.c

index 31cf3fc03cded4d2f81024179e67a7c1ad63e11c..8b8543e12ffb64d7208a879ed214b367f973c6d4 100644 (file)
@@ -535,7 +535,7 @@ ozi_parse_routepoint(int field, char *str, waypoint * wpt_tmp)
         break;
     case 13:
         /* description */
-        wpt_tmp->description = csv_stringclean(str, BADCHARS);
+        wpt_tmp->description = csv_stringclean(str, ",");
         break;
     default:
         break;